Click or drag to resize

ServiceUpdateFolder Method (FolderId, IListProperty, IListPropertyPath)

Modify properties of an existing folder.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public FolderId UpdateFolder(
	FolderId folderId,
	IList<Property> propertiesToSet,
	IList<PropertyPath> propertiesToDelete
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The ID of the folder to update.
propertiesToSet
Type: System.Collections.GenericIListProperty
Set of properties to add/modify.
propertiesToDelete
Type: System.Collections.GenericIListPropertyPath
Set of properties to delete.

Return Value

Type: FolderId
FolderId.
See Also